home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
dlaydr
/
dlaycabn.frm
next >
Wrap
Text File
|
1995-05-08
|
1KB
|
45 lines
VERSION 2.00
Begin Form CabinetList
BackColor = &H00E0E0E0&
BorderStyle = 1 'Fixed Single
Caption = "Items in Cabinet"
ClientHeight = 1890
ClientLeft = 6405
ClientTop = 4665
ClientWidth = 3255
ControlBox = 0 'False
Height = 2295
Icon = DLAYCABN.FRX:0000
Left = 6345
LinkMode = 1 'Source
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1890
ScaleWidth = 3255
Top = 4320
Width = 3375
Begin CommandButton OK
Caption = "OK"
Height = 380
Left = 120
TabIndex = 0
Top = 1440
Width = 615
End
Begin ListBox List1
Height = 1200
Left = 120
Sorted = -1 'True
TabIndex = 1
Tag = "TrashList"
Top = 120
Width = 3015
End
End
Sub OK_Click ()
CabinetList.Hide
End Sub